home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1247.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  990 b   |  40 lines

  1.  
  2. From: Dave_Raggett <dsr@hplb.hpl.hp.com>
  3. Date: Wed, 2 Jun 93 13:01:14 BST
  4.  
  5. Hi Tim,
  6.  
  7. I have uploaded the latest copy of my DTD for HTML+ into
  8. [tbl moved it into:]
  9.  
  10.     "ftp://info.cern.ch/pub/www/dev/htmlplus.dtd"
  11.  
  12.  
  13. The new DTD reflects recent discussions:
  14.  
  15.     o   One tag for all inline emphasis
  16.     o   FIG tag similar to Pei's (but no TYPE attribute)
  17.     o   EMBED tag for foreign data (simple equations etc.)
  18.     o   DL lists extended for tables with optional hints
  19.     o   INPUT and SELECT form interaction elements
  20.  
  21. I don't know how in SGML to specify a tag which may or may not
  22. have an endtag depending on its attribute values. Because of
  23. this I have used two tags for images:
  24.  
  25. [I think (hope?) that this it is impossible to change
  26.  the EMPTY charactistic of an element as a function of the
  27.  attributes.  Would severly complicate parsing -Tim]
  28.  
  29.  
  30.     a)  <FIG> ...</FIG> for captioned images
  31.     b)  <ICON> for small inline graphics without captions
  32.  
  33. [...]
  34.  
  35. Cheers,
  36.  
  37. Dave Raggett
  38.  
  39.  
  40.